home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
ManualRecord2.aspx557
< prev
next >
Wrap
Extensible Markup Language
|
2008-02-23
|
7KB
|
126 lines
<?xml version="1.0" encoding="UTF-8"?>
<%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManualRecord2.aspx.cs" Inherits="gbweb.ManualRecord2" culture="auto" uiculture="auto" %>
<%@ Register Assembly="eWorld.UI" Namespace="eWorld.UI" TagPrefix="ew" %>
<!DOCTYPE html PUBLIC �-//W3C//DTD XHTML 1.1 Strict//EN� �http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtd�>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GBPVR - Manual Record</title>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/manualrecord.css"/>
<link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
<script type="text/javascript" src="public/popup.js"></script>
<script type="text/javascript" src="public/scrolling.js"></script>
<script type="text/javascript" src="public/Ajax2.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/manualrecord.js"></script>
<script type="text/javascript">
function reloadAndClose()
{
window.close();
}
</script>
</head>
<body>
<gbpvr:Header id="headerTheme" runat="server"/>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
<Services>
<asp:ServiceReference Path="~/AjaxService2.asmx" />
</Services>
</asp:ScriptManager>
<form id="Form1" method="post" runat="server">
<div id="HEADER">
<div id="LOGO_HEADER"></div>
<div id="HEADER_TEXT">
<span class="textLarge" title="GBPVR Enahnced Web Admin">GB-PVR</span><br>
<span class="textSmall" title="GBPVR Enahnced Web Admin">Enhanced Web Admin</span>
<span class="programInfo">Manual Record</span>
</div>
</div>
<div id="DETAILS_HEADER_DIV"></div>
<div id="POSITIONING_DIV">
<div id="RECORD_DETAILS"></div>
<div id="SHOW_NAME" class="detailsInfo"><div class="detailsLabel">Name: (optional)</div><asp:TextBox ID="pgmName" runat="server"></asp:TextBox></div>
<div id="SHOW_CHANNEL" class="detailsInfo"><span class="detailsLabel">Channel:</span>
<asp:DropDownList ID="listChannels" runat="server"></asp:DropDownList>
</div>
<div id="SHOW_START_DATE" class="detailsInfo"><span class="detailsLabel">Start Date: </span><ew:CalendarPopup ID="startDate" runat="server" Nullable="true" PopupLocation="Top"
ShowClearDate="True" Width="110px">
</ew:CalendarPopup>
</div>
<div id="SHOW_START_TIME" class="detailsInfo"><span class="detailsLabel">Start Time:</span>
<ew:TimePicker ID="startTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
</ew:TimePicker>
</div>
<div id="SHOW_END_TIME" class="detailsInfo"><span class="detailsLabel">End Time:</span>
<ew:TimePicker ID="endTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
</ew:TimePicker>
</div>
<div id="OPTIONS_DIV"></div>
<div id="RECORD_DETAISL_2">
<div id="DIV_RECORD_DAYS">
<span class="detailsLabel">Days to record:</span>
<div id="RECORD_DAYS_2">
<asp:RadioButtonList ID="radioDay" runat="server" RepeatLayout="Flow">
<asp:ListItem Selected="True" Value="once">Once</asp:ListItem>
<asp:ListItem Value="everyDay">Every Day</asp:ListItem>
<asp:ListItem Value="everyWeek">Every Week</asp:ListItem>
<asp:ListItem Value="weekDays">Mon - Fri</asp:ListItem>
<asp:ListItem Value="weekEnd">Sat & Sun</asp:ListItem>
</asp:RadioButtonList>
</div>
</div>
</div>
<div id="QUALITY_DIV"></div>
<div id="RECORD_QUALITY">
<div id="SHOW_QUALITY" class="detailsInfo"><span class="detailsLabel">Recording quality:</span>
<asp:DropDownList ID="quality" runat="server" Width="72px">
<asp:ListItem Value="High">High</asp:ListItem>
<asp:ListItem Selected="True" Value="Medium">Medium</asp:ListItem>
<asp:ListItem Value="Low">Low</asp:ListItem>
<asp:ListItem Value="Custom1">Custom1</asp:ListItem>
<asp:ListItem Value="Custom2">Custom2</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</div>
<div id="SHOW_KEEP" class="detailsInfo"><span class="detailsLabel">Recordings to keep:</span>
<asp:TextBox ID="keepRecordings" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
</div>
<div id="SHOW_PADDING" class="detailsInfo"><span class="detailsLabel">Padding: Pre:</span><asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
<label for="postPadding">Post: </label><asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
</div>
</div>
<div id="BUTTONS_DIV">
</div>
<div id="BOTTOM_BUTTONS">
<div id="RECORD_BUTTONS">
<div class="but_RecordThisEpisode"><asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">Record</asp:LinkButton></div>
<div class="but_Close"><a href='javascript:window.close();' Class="btn-normal-large">Close - take no action</a></div>
</div>
</div>
<div id="ERROR_MESSAGE" runat="server">
<asp:Label ID="RecordMessage" runat="server" Visible="false">Record Message</asp:Label>
</div>
</div>
</form>
</body>
</html>